﻿2026-07-19T16:46:25.5500569Z ##[group]Run set -euo pipefail
2026-07-19T16:46:25.5500932Z [36;1mset -euo pipefail[0m
2026-07-19T16:46:25.5501136Z [36;1mPIN=0c95435[0m
2026-07-19T16:46:25.5501332Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-19T16:46:25.5501566Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-19T16:46:25.5501905Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-19T16:46:25.5502332Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-19T16:46:25.5502756Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-19T16:46:25.5503095Z [36;1m  rm -rf "$CACHE"[0m
2026-07-19T16:46:25.5503319Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-19T16:46:25.5503576Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-19T16:46:25.5504111Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-19T16:46:25.5504426Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-19T16:46:25.5504676Z [36;1mfi[0m
2026-07-19T16:46:25.5504942Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-19T16:46:25.5520959Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-19T16:46:25.5521365Z env:
2026-07-19T16:46:25.5521631Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-19T16:46:25.5521870Z ##[endgroup]
2026-07-19T16:46:25.8714503Z    Compiling proc-macro2 v1.0.106
2026-07-19T16:46:25.8715276Z    Compiling unicode-ident v1.0.24
2026-07-19T16:46:25.8715730Z    Compiling quote v1.0.45
2026-07-19T16:46:25.8716083Z    Compiling libc v0.2.186
2026-07-19T16:46:25.8716440Z    Compiling serde_core v1.0.228
2026-07-19T16:46:25.8716826Z    Compiling cfg-if v1.0.4
2026-07-19T16:46:25.8717257Z    Compiling serde v1.0.228
2026-07-19T16:46:25.8755542Z    Compiling log v0.4.32
2026-07-19T16:46:25.8806164Z    Compiling pin-project-lite v0.2.17
2026-07-19T16:46:25.8931144Z    Compiling typenum v1.20.1
2026-07-19T16:46:25.8931875Z    Compiling portable-atomic v1.13.1
2026-07-19T16:46:25.8932386Z    Compiling memchr v2.8.1
2026-07-19T16:46:25.8932758Z    Compiling version_check v0.9.5
2026-07-19T16:46:25.9034141Z    Compiling find-msvc-tools v0.1.9
2026-07-19T16:46:25.9035835Z    Compiling shlex v2.0.1
2026-07-19T16:46:25.9462056Z    Compiling critical-section v1.2.0
2026-07-19T16:46:25.9647369Z    Compiling futures-core v0.3.32
2026-07-19T16:46:25.9913115Z    Compiling bytes v1.11.1
2026-07-19T16:46:26.0481081Z    Compiling subtle v2.6.1
2026-07-19T16:46:26.0963126Z    Compiling equivalent v1.0.2
2026-07-19T16:46:26.1268874Z    Compiling smallvec v1.15.1
2026-07-19T16:46:26.1649302Z    Compiling itoa v1.0.18
2026-07-19T16:46:26.1791269Z    Compiling semver v1.0.28
2026-07-19T16:46:26.1882864Z    Compiling stable_deref_trait v1.2.1
2026-07-19T16:46:26.2520873Z    Compiling slab v0.4.12
2026-07-19T16:46:26.2561214Z    Compiling futures-io v0.3.32
2026-07-19T16:46:26.2833063Z    Compiling futures-sink v0.3.32
2026-07-19T16:46:26.3433594Z    Compiling futures-task v0.3.32
2026-07-19T16:46:26.3658782Z    Compiling futures-channel v0.3.32
2026-07-19T16:46:26.3726346Z    Compiling rand_core v0.10.1
2026-07-19T16:46:26.3809501Z    Compiling bitflags v2.12.1
2026-07-19T16:46:26.4131311Z    Compiling rustversion v1.0.22
2026-07-19T16:46:26.4260853Z    Compiling generic-array v0.14.7
2026-07-19T16:46:26.4617894Z    Compiling rustc_version v0.4.1
2026-07-19T16:46:26.5350594Z    Compiling hashbrown v0.17.1
2026-07-19T16:46:26.5420506Z    Compiling cpufeatures v0.2.17
2026-07-19T16:46:26.5530789Z    Compiling getrandom v0.4.2
2026-07-19T16:46:26.5570773Z    Compiling fnv v1.0.7
2026-07-19T16:46:26.6221194Z    Compiling strsim v0.11.1
2026-07-19T16:46:26.6390580Z    Compiling cfg_aliases v0.2.1
2026-07-19T16:46:26.6563387Z    Compiling litemap v0.8.2
2026-07-19T16:46:26.6830676Z    Compiling writeable v0.6.3
2026-07-19T16:46:26.6870820Z    Compiling icu_properties_data v2.2.0
2026-07-19T16:46:26.7220973Z    Compiling dunce v1.0.5
2026-07-19T16:46:26.7901043Z    Compiling utf8_iter v1.0.4
2026-07-19T16:46:26.7902670Z    Compiling icu_normalizer_data v2.2.0
2026-07-19T16:46:26.8380484Z    Compiling ident_case v1.0.1
2026-07-19T16:46:26.8660334Z    Compiling fs_extra v1.3.0
2026-07-19T16:46:26.9300639Z    Compiling autocfg v1.5.1
2026-07-19T16:46:26.9460769Z    Compiling percent-encoding v2.3.2
2026-07-19T16:46:26.9761851Z    Compiling http v1.4.1
2026-07-19T16:46:27.0913741Z    Compiling unicode-segmentation v1.13.3
2026-07-19T16:46:27.1170657Z    Compiling aws-lc-rs v1.17.0
2026-07-19T16:46:27.1300955Z    Compiling thiserror v2.0.18
2026-07-19T16:46:27.1400670Z    Compiling cpufeatures v0.3.0
2026-07-19T16:46:27.1961009Z    Compiling scopeguard v1.2.0
2026-07-19T16:46:27.2031899Z    Compiling chacha20 v0.10.0
2026-07-19T16:46:27.2100914Z    Compiling form_urlencoded v1.2.2
2026-07-19T16:46:27.2806573Z    Compiling syn v2.0.117
2026-07-19T16:46:27.3128322Z    Compiling indexmap v2.14.0
2026-07-19T16:46:27.3281235Z    Compiling lock_api v0.4.14
2026-07-19T16:46:27.3530633Z    Compiling untrusted v0.9.0
2026-07-19T16:46:27.3811042Z    Compiling rustls v0.23.40
2026-07-19T16:46:27.3886771Z    Compiling heck v0.5.0
2026-07-19T16:46:27.4212365Z    Compiling const-oid v0.10.2
2026-07-19T16:46:27.4470510Z    Compiling unicode-xid v0.2.6
2026-07-19T16:46:27.4970499Z    Compiling atomic-waker v1.1.2
2026-07-19T16:46:27.5204416Z    Compiling anyhow v1.0.102
2026-07-19T16:46:27.5361102Z    Compiling zerocopy v0.8.50
2026-07-19T16:46:27.5491005Z    Compiling parking_lot_core v0.9.12
2026-07-19T16:46:27.5971132Z    Compiling convert_case v0.10.0
2026-07-19T16:46:27.6121822Z    Compiling paste v1.0.15
2026-07-19T16:46:27.6250435Z    Compiling httparse v1.10.1
2026-07-19T16:46:27.6600644Z    Compiling num-traits v0.2.19
2026-07-19T16:46:27.6663285Z    Compiling hybrid-array v0.4.12
2026-07-19T16:46:27.6888857Z    Compiling curve25519-dalek v4.1.3
2026-07-19T16:46:27.7362757Z    Compiling ahash v0.8.12
2026-07-19T16:46:27.8116196Z    Compiling jobserver v0.1.34
2026-07-19T16:46:27.8258067Z    Compiling base64ct v1.8.3
2026-07-19T16:46:27.8699346Z    Compiling powerfmt v0.2.0
2026-07-19T16:46:27.9306600Z    Compiling either v1.16.0
2026-07-19T16:46:27.9401108Z    Compiling fastrand v2.4.1
2026-07-19T16:46:28.0075389Z    Compiling crypto-common v0.1.7
2026-07-19T16:46:28.0141974Z    Compiling block-buffer v0.10.4
2026-07-19T16:46:28.0953262Z    Compiling http-body v1.0.1
2026-07-19T16:46:28.1032087Z    Compiling cc v1.2.63
2026-07-19T16:46:28.1400336Z    Compiling pem-rfc7468 v1.0.0
2026-07-19T16:46:28.1616344Z    Compiling digest v0.10.7
2026-07-19T16:46:28.1917383Z    Compiling deranged v0.5.8
2026-07-19T16:46:28.2961983Z    Compiling mio v1.2.1
2026-07-19T16:46:28.3300428Z    Compiling socket2 v0.6.4
2026-07-19T16:46:28.3689956Z    Compiling getrandom v0.2.17
2026-07-19T16:46:28.4396426Z    Compiling tinyvec_macros v0.1.1
2026-07-19T16:46:28.4931046Z    Compiling vcpkg v0.2.15
2026-07-19T16:46:28.5020857Z    Compiling num-conv v0.2.2
2026-07-19T16:46:28.5061605Z    Compiling tower-service v0.3.3
2026-07-19T16:46:28.5720513Z    Compiling rand_core v0.6.4
2026-07-19T16:46:28.5801291Z    Compiling time-core v0.1.8
2026-07-19T16:46:28.5999562Z    Compiling rand v0.10.1
2026-07-19T16:46:28.6092971Z    Compiling uuid v1.23.2
2026-07-19T16:46:28.6424164Z    Compiling try-lock v0.2.5
2026-07-19T16:46:28.6690633Z    Compiling data-encoding v2.11.0
2026-07-19T16:46:28.6842387Z    Compiling pkg-config v0.3.33
2026-07-19T16:46:28.7238239Z    Compiling zmij v1.0.21
2026-07-19T16:46:28.7366655Z    Compiling base64 v0.22.1
2026-07-19T16:46:28.7539155Z    Compiling want v0.3.1
2026-07-19T16:46:28.7711619Z    Compiling parking_lot v0.12.5
2026-07-19T16:46:28.9590956Z    Compiling tinyvec v1.11.0
2026-07-19T16:46:29.1260969Z    Compiling sha2 v0.10.9
2026-07-19T16:46:29.1370784Z    Compiling block-buffer v0.12.0
2026-07-19T16:46:29.1710579Z    Compiling crypto-common v0.2.2
2026-07-19T16:46:29.1711546Z    Compiling inout v0.1.4
2026-07-19T16:46:29.2770833Z    Compiling cmake v0.1.58
2026-07-19T16:46:29.2879781Z    Compiling vergen-lib v9.1.0
2026-07-19T16:46:29.3000596Z    Compiling n0-future v0.3.2
2026-07-19T16:46:29.3344281Z    Compiling httpdate v1.0.3
2026-07-19T16:46:29.3900829Z    Compiling diatomic-waker v0.2.3
2026-07-19T16:46:29.4367017Z    Compiling crossbeam-utils v0.8.21
2026-07-19T16:46:29.4437731Z    Compiling spin v0.10.0
2026-07-19T16:46:29.5247782Z    Compiling serde_json v1.0.150
2026-07-19T16:46:29.5331127Z    Compiling signature v2.2.0
2026-07-19T16:46:29.5398694Z    Compiling winnow v1.0.3
2026-07-19T16:46:29.5526423Z    Compiling parking v2.2.1
2026-07-19T16:46:29.5787981Z    Compiling cordyceps v0.3.4
2026-07-19T16:46:29.6166251Z    Compiling ed25519 v2.2.3
2026-07-19T16:46:29.6780410Z    Compiling futures-lite v2.6.1
2026-07-19T16:46:29.6950732Z    Compiling cipher v0.4.4
2026-07-19T16:46:29.7222414Z    Compiling netlink-packet-core v0.8.1
2026-07-19T16:46:29.7440747Z    Compiling universal-hash v0.5.1
2026-07-19T16:46:29.7560310Z    Compiling vergen-lib v0.1.6
2026-07-19T16:46:29.8620066Z    Compiling vergen v9.1.0
2026-07-19T16:46:29.8686186Z    Compiling heapless v0.7.17
2026-07-19T16:46:29.9015963Z    Compiling futures-buffered v0.2.13
2026-07-19T16:46:29.9128003Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-19T16:46:29.9145767Z    Compiling noq-udp v0.10.0
2026-07-19T16:46:29.9234048Z    Compiling sync_wrapper v1.0.2
2026-07-19T16:46:29.9498245Z    Compiling opaque-debug v0.3.1
2026-07-19T16:46:29.9791008Z    Compiling byteorder v1.5.0
2026-07-19T16:46:30.0184597Z    Compiling allocator-api2 v0.2.21
2026-07-19T16:46:30.0190334Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-19T16:46:30.0486670Z    Compiling digest v0.11.3
2026-07-19T16:46:30.0629971Z    Compiling polyval v0.6.2
2026-07-19T16:46:30.1760558Z    Compiling hash32 v0.2.1
2026-07-19T16:46:30.1850637Z    Compiling aws-lc-sys v0.41.0
2026-07-19T16:46:30.1980767Z    Compiling ring v0.17.14
2026-07-19T16:46:30.2121498Z    Compiling libsqlite3-sys v0.30.1
2026-07-19T16:46:30.2850772Z    Compiling spin v0.9.8
2026-07-19T16:46:30.3261096Z    Compiling vergen-gitcl v1.0.8
2026-07-19T16:46:30.3360733Z    Compiling num_threads v0.1.7
2026-07-19T16:46:30.3657968Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-19T16:46:30.3760290Z    Compiling signature v3.0.0
2026-07-19T16:46:30.4820703Z    Compiling fallible-iterator v0.3.0
2026-07-19T16:46:30.4891309Z    Compiling tower-layer v0.3.3
2026-07-19T16:46:30.5027855Z    Compiling ryu v1.0.23
2026-07-19T16:46:30.5034371Z    Compiling time v0.3.47
2026-07-19T16:46:30.5445295Z    Compiling ghash v0.5.1
2026-07-19T16:46:30.6740552Z    Compiling sha2 v0.11.0-rc.5
2026-07-19T16:46:30.6910353Z    Compiling ctr v0.9.2
2026-07-19T16:46:30.6946585Z    Compiling aes v0.8.4
2026-07-19T16:46:30.7032470Z    Compiling fs2 v0.4.3
2026-07-19T16:46:30.7238186Z    Compiling http-body-util v0.1.3
2026-07-19T16:46:30.8686752Z    Compiling aead v0.5.2
2026-07-19T16:46:30.8771086Z    Compiling openssl-probe v0.2.1
2026-07-19T16:46:30.8772440Z    Compiling arrayvec v0.7.6
2026-07-19T16:46:30.9441102Z    Compiling utf8parse v0.2.2
2026-07-19T16:46:30.9850778Z    Compiling crossbeam-epoch v0.9.18
2026-07-19T16:46:31.0240619Z    Compiling crossbeam-channel v0.5.15
2026-07-19T16:46:31.0355464Z    Compiling blake3 v1.8.5
2026-07-19T16:46:31.0571022Z    Compiling netlink-packet-route v0.29.0
2026-07-19T16:46:31.1228818Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-19T16:46:31.2470097Z    Compiling memoffset v0.6.5
2026-07-19T16:46:31.3101620Z    Compiling aes-gcm v0.10.3
2026-07-19T16:46:31.3382005Z    Compiling acto v0.8.2
2026-07-19T16:46:31.4259873Z    Compiling netwatch v0.16.0
2026-07-19T16:46:31.4532693Z    Compiling noq v0.18.0
2026-07-19T16:46:31.4881306Z    Compiling rustc-hash v2.1.2
2026-07-19T16:46:31.5091431Z    Compiling foldhash v0.2.0
2026-07-19T16:46:31.6060607Z    Compiling mac-addr v0.3.0
2026-07-19T16:46:31.6181108Z    Compiling rustix v1.1.4
2026-07-19T16:46:31.6490878Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-19T16:46:31.6860764Z    Compiling ref-cast v1.0.25
2026-07-19T16:46:31.6882098Z    Compiling tagptr v0.2.0
2026-07-19T16:46:31.7486765Z    Compiling lru-slab v0.1.2
2026-07-19T16:46:31.8262992Z    Compiling xml-rs v0.8.28
2026-07-19T16:46:31.8410882Z    Compiling sorted-index-buffer v0.2.1
2026-07-19T16:46:31.8632979Z    Compiling identity-hash v0.1.0
2026-07-19T16:46:31.9506743Z    Compiling thiserror v1.0.69
2026-07-19T16:46:31.9890361Z    Compiling hashbrown v0.16.1
2026-07-19T16:46:32.0655245Z    Compiling netlink-packet-route v0.30.0
2026-07-19T16:46:32.1249343Z    Compiling synstructure v0.13.2
2026-07-19T16:46:32.2187492Z    Compiling darling_core v0.20.11
2026-07-19T16:46:32.4549732Z    Compiling proc-macro-crate v3.5.0
2026-07-19T16:46:32.5993424Z    Compiling serde_derive_internals v0.29.1
2026-07-19T16:46:32.7735575Z    Compiling xmltree v0.10.3
2026-07-19T16:46:32.8080871Z    Compiling errno v0.3.14
2026-07-19T16:46:32.8375982Z    Compiling ioctl-rs v0.1.6
2026-07-19T16:46:32.8984793Z    Compiling serial-core v0.4.0
2026-07-19T16:46:32.9229115Z    Compiling termios v0.2.2
2026-07-19T16:46:32.9574505Z    Compiling aho-corasick v1.1.4
2026-07-19T16:46:32.9707400Z    Compiling simple-dns v0.9.3
2026-07-19T16:46:32.9891128Z    Compiling regex-syntax v0.8.10
2026-07-19T16:46:33.0020783Z    Compiling simdutf8 v0.1.5
2026-07-19T16:46:33.0760623Z    Compiling winnow v0.7.15
2026-07-19T16:46:33.0790582Z    Compiling smol_str v0.1.24
2026-07-19T16:46:33.1329187Z    Compiling arrayref v0.3.9
2026-07-19T16:46:33.1843423Z    Compiling linux-raw-sys v0.12.1
2026-07-19T16:46:33.2986355Z    Compiling constant_time_eq v0.4.2
2026-07-19T16:46:33.3080757Z    Compiling signal-hook v0.3.18
2026-07-19T16:46:33.4336756Z    Compiling toml_write v0.1.2
2026-07-19T16:46:33.4628196Z    Compiling sha1_smol v1.0.1
2026-07-19T16:46:33.5500211Z    Compiling resolv-conf v0.7.6
2026-07-19T16:46:33.7160569Z    Compiling serial-unix v0.4.0
2026-07-19T16:46:33.7636316Z    Compiling signal-hook-registry v1.4.8
2026-07-19T16:46:33.9119806Z    Compiling lru v0.16.4
2026-07-19T16:46:33.9780719Z    Compiling darling_core v0.23.0
2026-07-19T16:46:34.0521326Z    Compiling serde_derive v1.0.228
2026-07-19T16:46:34.0759420Z    Compiling zeroize_derive v1.4.3
2026-07-19T16:46:34.1156913Z    Compiling tokio-macros v2.7.0
2026-07-19T16:46:34.4580726Z    Compiling futures-macro v0.3.32
2026-07-19T16:46:34.6448426Z    Compiling zeroize v1.8.2
2026-07-19T16:46:34.7680448Z    Compiling tokio v1.52.3
2026-07-19T16:46:34.8154735Z    Compiling zerofrom-derive v0.1.7
2026-07-19T16:46:35.3024327Z    Compiling futures-util v0.3.32
2026-07-19T16:46:35.3791682Z    Compiling yoke-derive v0.8.2
2026-07-19T16:46:35.4707367Z    Compiling zerovec-derive v0.11.3
2026-07-19T16:46:35.4767822Z    Compiling displaydoc v0.2.6
2026-07-19T16:46:35.5683273Z    Compiling tracing-attributes v0.1.31
2026-07-19T16:46:36.1373196Z    Compiling zerofrom v0.1.8
2026-07-19T16:46:36.2225059Z    Compiling rustls-pki-types v1.14.1
2026-07-19T16:46:36.2627443Z    Compiling thiserror-impl v2.0.18
2026-07-19T16:46:36.3519809Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-19T16:46:36.6270826Z    Compiling yoke v0.8.3
2026-07-19T16:46:36.7971242Z    Compiling zerotrie v0.2.4
2026-07-19T16:46:36.9240104Z    Compiling zerovec v0.11.6
2026-07-19T16:46:37.0110553Z    Compiling darling_macro v0.20.11
2026-07-19T16:46:37.0610691Z    Compiling derive_more-impl v2.1.1
2026-07-19T16:46:37.0764334Z    Compiling spez v0.1.2
2026-07-19T16:46:37.1529704Z    Compiling n0-error-macros v0.1.3
2026-07-19T16:46:37.3470421Z    Compiling darling v0.20.11
2026-07-19T16:46:37.4156336Z    Compiling derive_builder_core v0.20.2
2026-07-19T16:46:37.4516176Z    Compiling der v0.8.0-rc.10
2026-07-19T16:46:37.4679411Z    Compiling pin-project-internal v1.1.13
2026-07-19T16:46:37.6945828Z    Compiling tinystr v0.8.3
2026-07-19T16:46:37.8630710Z    Compiling potential_utf v0.1.5
2026-07-19T16:46:37.9198510Z    Compiling icu_locale_core v2.2.0
2026-07-19T16:46:38.0040449Z    Compiling icu_collections v2.2.0
2026-07-19T16:46:38.3118389Z    Compiling n0-error v0.1.3
2026-07-19T16:46:38.6530416Z    Compiling ed25519-dalek v2.2.0
2026-07-19T16:46:38.6870801Z    Compiling cobs v0.3.0
2026-07-19T16:46:38.7680365Z    Compiling pin-project v1.1.13
2026-07-19T16:46:38.7896842Z    Compiling derive_builder_macro v0.20.2
2026-07-19T16:46:38.8385022Z    Compiling futures-executor v0.3.32
2026-07-19T16:46:38.8986702Z    Compiling spki v0.8.0-rc.4
2026-07-19T16:46:38.9936886Z    Compiling futures v0.3.32
2026-07-19T16:46:39.0754655Z    Compiling ipnet v2.12.0
2026-07-19T16:46:39.1043192Z    Compiling derive_builder v0.20.2
2026-07-19T16:46:39.1147207Z    Compiling icu_provider v2.2.0
2026-07-19T16:46:39.1276043Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-19T16:46:39.3019842Z    Compiling ed25519 v3.0.0-rc.4
2026-07-19T16:46:39.4930309Z    Compiling icu_normalizer v2.2.0
2026-07-19T16:46:39.5399541Z    Compiling icu_properties v2.2.0
2026-07-19T16:46:39.5480602Z    Compiling prefix-trie v0.8.4
2026-07-19T16:46:39.6835744Z    Compiling spt-proto v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-19T16:46:39.7263371Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-19T16:46:39.8405489Z    Compiling once_cell v1.21.4
2026-07-19T16:46:39.8998189Z    Compiling postcard-derive v0.2.2
2026-07-19T16:46:40.0673139Z    Compiling tracing-core v0.1.36
2026-07-19T16:46:40.0860860Z    Compiling data-encoding-macro v0.1.20
2026-07-19T16:46:40.2926158Z    Compiling hashbrown v0.14.5
2026-07-19T16:46:40.3231154Z    Compiling rustls-native-certs v0.8.4
2026-07-19T16:46:40.3448630Z    Compiling enum-assoc v1.3.0
2026-07-19T16:46:40.4069880Z    Compiling async-trait v0.1.89
2026-07-19T16:46:40.4320584Z    Compiling postcard v1.1.3
2026-07-19T16:46:40.7793306Z    Compiling tracing v0.1.44
2026-07-19T16:46:40.8192922Z    Compiling tokio-util v0.7.18
2026-07-19T16:46:40.8693015Z    Compiling netlink-sys v0.8.8
2026-07-19T16:46:40.8915957Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-19T16:46:41.0379920Z    Compiling idna_adapter v1.2.2
2026-07-19T16:46:41.0941034Z    Compiling hashlink v0.9.1
2026-07-19T16:46:41.1660808Z    Compiling idna v1.1.0
2026-07-19T16:46:41.1661719Z    Compiling tower v0.5.3
2026-07-19T16:46:41.1770779Z    Compiling iroh-metrics-derive v0.4.1
2026-07-19T16:46:41.3101008Z    Compiling num_enum_derive v0.7.6
2026-07-19T16:46:41.3175030Z    Compiling derive_more v2.1.1
2026-07-19T16:46:41.3490594Z    Compiling strum_macros v0.28.0
2026-07-19T16:46:41.4660847Z    Compiling netlink-proto v0.12.0
2026-07-19T16:46:41.4760531Z    Compiling netdev v0.42.0
2026-07-19T16:46:41.4960502Z    Compiling iroh-relay v0.98.0
2026-07-19T16:46:41.5242503Z    Compiling moka v0.12.15
2026-07-19T16:46:41.5464531Z    Compiling toml_datetime v0.6.11
2026-07-19T16:46:41.6416610Z    Compiling iroh-metrics v0.38.3
2026-07-19T16:46:41.7484629Z    Compiling url v2.5.8
2026-07-19T16:46:41.7640757Z    Compiling serde_spanned v0.6.9
2026-07-19T16:46:41.7825815Z    Compiling ref-cast-impl v1.0.25
2026-07-19T16:46:41.8501155Z    Compiling h2 v0.4.14
2026-07-19T16:46:41.9002590Z    Compiling tokio-stream v0.1.18
2026-07-19T16:46:41.9992925Z    Compiling n0-watcher v0.6.1
2026-07-19T16:46:42.1890597Z    Compiling thiserror-impl v1.0.69
2026-07-19T16:46:42.2541564Z    Compiling rusqlite v0.32.1
2026-07-19T16:46:42.3292920Z    Compiling toml_edit v0.22.27
2026-07-19T16:46:42.4960983Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-19T16:46:42.5142122Z    Compiling num_enum v0.7.6
2026-07-19T16:46:42.5890172Z    Compiling tower-http v0.6.11
2026-07-19T16:46:42.6011270Z    Compiling attohttpc v0.30.1
2026-07-19T16:46:42.6051684Z    Compiling iroh-base v0.98.0
2026-07-19T16:46:43.0104635Z    Compiling webpki-roots v1.0.7
2026-07-19T16:46:43.0360621Z    Compiling regex-automata v0.4.14
2026-07-19T16:46:43.0700659Z    Compiling schemars_derive v1.2.1
2026-07-19T16:46:43.1815496Z    Compiling serde_bytes v0.11.19
2026-07-19T16:46:43.1872541Z    Compiling hmac v0.12.1
2026-07-19T16:46:43.3083262Z    Compiling seize v0.5.1
2026-07-19T16:46:43.4022409Z    Compiling spt-store v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-19T16:46:43.4209622Z    Compiling iroh v0.98.2
2026-07-19T16:46:43.4690646Z    Compiling dyn-clone v1.0.20
2026-07-19T16:46:43.6195008Z    Compiling cmov v0.5.4
2026-07-19T16:46:43.6580892Z    Compiling pin-utils v0.1.0
2026-07-19T16:46:43.6694669Z    Compiling bitflags v1.3.2
2026-07-19T16:46:43.7160888Z    Compiling rustix v0.38.44
2026-07-19T16:46:43.7250684Z    Compiling nix v0.25.1
2026-07-19T16:46:43.7490715Z    Compiling filedescriptor v0.8.3
2026-07-19T16:46:43.9000213Z    Compiling ctutils v0.4.2
2026-07-19T16:46:43.9775150Z    Compiling papaya v0.2.4
2026-07-19T16:46:44.1220832Z    Compiling hkdf v0.12.4
2026-07-19T16:46:44.1460606Z    Compiling backon v1.6.0
2026-07-19T16:46:44.1783074Z    Compiling darling_macro v0.23.0
2026-07-19T16:46:44.1934811Z    Compiling strum v0.28.0
2026-07-19T16:46:44.2930699Z    Compiling iroh-dns v0.98.0
2026-07-19T16:46:44.4069177Z    Compiling serial v0.4.0
2026-07-19T16:46:44.4472579Z    Compiling anstyle-parse v1.0.0
2026-07-19T16:46:44.4804622Z    Compiling vte_generate_state_changes v0.1.2
2026-07-19T16:46:44.4889623Z    Compiling foldhash v0.1.5
2026-07-19T16:46:44.4899091Z    Compiling is_terminal_polyfill v1.70.2
2026-07-19T16:46:44.5608826Z    Compiling anstyle v1.0.14
2026-07-19T16:46:44.6278183Z    Compiling shell-words v1.1.1
2026-07-19T16:46:44.6397325Z    Compiling instability v0.3.12
2026-07-19T16:46:44.6447659Z    Compiling colorchoice v1.0.5
2026-07-19T16:46:44.6700811Z    Compiling anstyle-query v1.1.5
2026-07-19T16:46:44.7302992Z    Compiling downcast-rs v1.2.1
2026-07-19T16:46:44.7480960Z    Compiling linux-raw-sys v0.4.15
2026-07-19T16:46:44.7671268Z    Compiling anstream v1.0.0
2026-07-19T16:46:44.7988567Z    Compiling vte v0.13.1
2026-07-19T16:46:44.8055464Z    Compiling hashbrown v0.15.5
2026-07-19T16:46:44.8175163Z    Compiling signal-hook-mio v0.2.5
2026-07-19T16:46:44.8371290Z    Compiling darling v0.23.0
2026-07-19T16:46:44.8630852Z    Compiling spake2 v0.4.0
2026-07-19T16:46:44.9020957Z    Compiling terminal_size v0.4.4
2026-07-19T16:46:44.9235366Z    Compiling strum_macros v0.26.4
2026-07-19T16:46:45.0195356Z    Compiling schemars v1.2.1
2026-07-19T16:46:45.0600758Z    Compiling toml v0.8.23
2026-07-19T16:46:45.1540908Z    Compiling sha1 v0.10.6
2026-07-19T16:46:45.2614161Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-19T16:46:45.4438251Z    Compiling itertools v0.13.0
2026-07-19T16:46:45.6226225Z    Compiling castaway v0.2.4
2026-07-19T16:46:45.7181679Z    Compiling doctest-file v1.1.1
2026-07-19T16:46:45.8981845Z    Compiling clap_lex v1.1.0
2026-07-19T16:46:46.1035462Z    Compiling regex v1.12.3
2026-07-19T16:46:46.1783341Z    Compiling indoc v2.0.7
2026-07-19T16:46:46.2044300Z    Compiling static_assertions v1.1.0
2026-07-19T16:46:46.2632954Z    Compiling unicode-width v0.1.14
2026-07-19T16:46:46.4034441Z    Compiling compact_str v0.8.2
2026-07-19T16:46:46.5600720Z    Compiling interprocess v2.4.2
2026-07-19T16:46:46.7710449Z    Compiling crossterm v0.28.1
2026-07-19T16:46:47.1685421Z    Compiling spt-msg v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-19T16:46:47.2086068Z    Compiling strum v0.26.3
2026-07-19T16:46:47.2461267Z    Compiling clap_builder v4.6.0
2026-07-19T16:46:47.3614507Z    Compiling hyper v1.10.1
2026-07-19T16:46:47.3619655Z    Compiling unicode-truncate v1.1.0
2026-07-19T16:46:47.3620202Z    Compiling lru v0.12.5
2026-07-19T16:46:47.4032673Z    Compiling clap_derive v4.6.1
2026-07-19T16:46:47.4964111Z    Compiling iana-time-zone v0.1.65
2026-07-19T16:46:47.5511246Z    Compiling spt-runtime v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-19T16:46:47.5800470Z    Compiling cassowary v0.3.0
2026-07-19T16:46:47.8306619Z    Compiling portable-pty v0.8.1
2026-07-19T16:46:47.9261017Z    Compiling unicode-width v0.2.0
2026-07-19T16:46:48.0074232Z    Compiling chrono v0.4.45
2026-07-19T16:46:48.0201453Z    Compiling nucleo-matcher v0.3.1
2026-07-19T16:46:48.3114876Z    Compiling spt-term v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-19T16:46:48.3615770Z    Compiling ratatui v0.29.0
2026-07-19T16:46:48.3801070Z    Compiling qrcode v0.14.1
2026-07-19T16:46:48.7169750Z    Compiling tempfile v3.27.0
2026-07-19T16:46:49.1660697Z    Compiling hyper-util v0.1.20
2026-07-19T16:46:49.9049569Z    Compiling clap v4.6.1
2026-07-19T16:46:50.7242643Z    Compiling spt-live v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-19T16:46:51.0040799Z    Compiling igd-next v0.17.1
2026-07-19T16:46:52.1194526Z    Compiling portmapper v0.16.0
2026-07-19T16:46:57.1302272Z    Compiling rustls-webpki v0.103.13
2026-07-19T16:46:59.4081728Z    Compiling tokio-rustls v0.26.4
2026-07-19T16:46:59.4083924Z    Compiling rustls-platform-verifier v0.7.0
2026-07-19T16:46:59.4084566Z    Compiling noq-proto v0.17.0
2026-07-19T16:46:59.5429753Z    Compiling hyper-rustls v0.27.9
2026-07-19T16:46:59.5430363Z    Compiling hickory-net v0.26.0-beta.4
2026-07-19T16:46:59.5430890Z    Compiling tokio-websockets v0.13.2
2026-07-19T16:46:59.6703461Z    Compiling reqwest v0.13.4
2026-07-19T16:47:00.5359819Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-19T16:47:13.7985847Z    Compiling spt-net v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-19T16:47:15.1815268Z    Compiling spt-daemon v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-19T16:47:24.2295496Z    Compiling spt v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-19T16:47:28.8745483Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
2026-07-19T16:47:28.8963538Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4642e723be3fce73)
2026-07-19T16:47:28.8975984Z 
2026-07-19T16:47:28.8976130Z running 1 test
2026-07-19T16:47:35.0912420Z test new_brain_serves_against_old_broker ... ok
2026-07-19T16:47:35.0912791Z 
2026-07-19T16:47:35.0913055Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-19T16:47:35.0913430Z 
